/* new add start 头部*/
.header .headerCent .search{
	background: #fff!important;
	opacity: 1;
}

.headerCent .search input{
	color: #2D2D2D;
}
.headerCent .search input::placeholder{
	color: #2D2D2D;
}
.headerCent .homebtn{
	border-radius: 33px;
	background: #fff;
	color: #C60018;
	box-sizing: border-box;
}
.header .headerCent .login_x{
	padding-left: 5px;
	margin-left: 0;
}
.headerCent .homebtn:hover{
	background: #C60018;
	color: #fff;
}
.rightFixed{
	width: 60px;
	position: fixed;
	height: 310px;
	right: 18px;
	bottom: 100px;
}
.hideIcon{
	position: absolute;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}
/*
.login_x p a:first-child{
    color: #999;
}
.login_x p a:last-child{
    color: #343434;
}
*/
/* new add end 头部*/


.login_x p a.curr{
	color: #bc0000!important;
}
.login_x a:hover{
	text-decoration: underline;
}